home *** CD-ROM | disk | FTP | other *** search
/ mail.altrad.com / 2015.02.mail.altrad.com.tar / mail.altrad.com / TEST / office german / PROPLUS.WW / PROPLSWW.CAB / MSCOL11.INF < prev    next >
INI File  |  2003-03-25  |  2KB  |  83 lines

  1. ; Copyright (c) 2003 Microsoft Corp.
  2. ;
  3. ; MSCOL11.INF - Installer file for MSCOL11.PPD, a printer file
  4. ; for Generic Color PS for Commercial Printing
  5.  
  6. ; [Version] section is the standard header for all INF files. 
  7. ; The signature string is not case sensitive, but must be $Chicago$. 
  8. ; The CatalogFile is the certificate provided by Windows Hardware 
  9. ; Quality Lab.
  10.  
  11. [Version]
  12. Signature="$Windows NT$"
  13. Provider=%OEM%
  14. ClassGUID={4D36E979-E325-11CE-BFC1-08002BE10318}
  15. Class=Printer
  16. CatalogFile=OEMPRINT.cat
  17. ; Date & version of driver package
  18. DriverVer=10/28/2002,11.00.46.28
  19.  
  20. [ClassInstall32.NT]
  21. AddReg=printer_class_addreg
  22.  
  23. [printer_class_addreg]
  24. HKR,,,,%PrinterClassName%
  25. HKR,,Icon,,"-4"
  26. HKR,,Installer32,,"ntprint.dll,ClassInstall32"
  27. HKR,,NoDisplayClass,,1
  28. HKR,,EnumPropPages32,,"printui.dll,PrinterPropPageProvider"
  29.  
  30. ; [Manufacturer] section lists all of the manufacturers to be 
  31. ; displayed in the Add Printer dialog.
  32.  
  33. [Manufacturer]
  34. "Generic"
  35.  
  36. ; Each [Model] section below corresponds with an entry listed in the
  37. ; Manufacturer section above. The models will display in the order
  38. ; that they appear in this INF file.
  39.  
  40. [Generic]
  41. "Generic Color PS for Commercial Printing"               = MSCOL11.PPD, Generic_Color_PS,Generic_Color_PS_for_Commercial_Printing
  42.  
  43. ; [Installer] section controls file installation, and reference all 
  44. ; files that need to be copied. The section name will be assumed to 
  45. ; be the driver file, unless there is an explicit DriverFile section 
  46. ; listed.
  47.  
  48. [MSCOL11.PPD]
  49. CopyFiles=@MSCOL11.PPD
  50. DataSection=PSCRIPT_DATA
  51. Include=NTPRINT.INF
  52. Needs=PSCRIPT.OEM
  53.  
  54. ; [Data] section lists all the data files used.
  55. ; None, included in Installer section above.
  56.  
  57. ; [Copy] section lists all the files to copy.
  58. ; None, included in Installer section above using @filename notation.
  59.  
  60. ; Call SetupSetDirectoryId with 66000 to set the target directory at 
  61. ; runtime (depending on which environment drivers are getting installed)
  62.  
  63. [DestinationDirs]
  64. DefaultDestDir=66000
  65.  
  66. [SourceDisksNames.x86]
  67. 1   = %Disk1%,,,""
  68.  
  69. [SourceDisksNames.Alpha]
  70. 1   = %Disk1%,,,""
  71.  
  72. [SourceDisksFiles]
  73. MSCOL11.inf  =1
  74. MSCOL11.ppd  =1
  75.  
  76. ; [Strings] section contains localizable strings
  77.  
  78. [Strings]
  79. OEM="Microsoft"
  80. PrinterClassName="Printers"
  81. Disk1="OEM Driver Setup Disk 1"
  82.  
  83. ; End of MSCOL11.INF